Revision: arnesi--main--0.0--patch-35
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Wed Sep 17 15:52:21 CEST 2003
Standard-date: 2003-09-17 13:52:21 GMT
Summary: revamped matcher: removed greedy-star added match-case.
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: ./t/.arch-ids/matcher.lisp.id ./t/.arch-ids/matcher.t.id
    ./t/matcher.lisp ./t/matcher.t
Renamed-directories: 
Modified-files: ./src/matcher.lisp ./t/matcher.t
Modified-directories: 
New-patches: bese-devel@common-lisp.net/arnesi--main--0.0--patch-35
Removed-patches: 

1) :GREEDY-STAR doesn't make anysense unless you specify whether it's
   inside a list a vector a stream or what. we'll think about this a
   bit more and then decide what to do.

2) a lot of the code was unnessacrily cryptic.

3) added match case.
